home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / Object / ObjectView.h < prev    next >
Text File  |  1995-06-12  |  266b  |  17 lines

  1.  
  2. #import <appkit/appkit.h>
  3. #import <dpsclient/wraps.h>
  4. #import "title.h"
  5.  
  6.  
  7. @interface ObjectView:View 
  8. {
  9. }
  10.  
  11. // Any subclass of View needs to implement its own drawSelf method
  12. - drawSelf: (const NXRect *)rects :(int)rectCount;
  13. - initFrame:(NXRect *)frameRect;
  14.  
  15.  
  16. @end
  17.